.home-news-container {
  margin-bottom: 0.5rem;
}
.home-news-container .col-xs-12 {
  padding: 0;
}
.home-news {
  display: block;
  position: relative;
  background-color: #000;
  height: 17rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.home-news.home-news1 {
  background-image: url(../images/pic1.png);
}
.home-news.home-news1 .title {
  background-image: url(../images/news_title1.png);
}
.home-news.home-news2 {
  background-image: url(../images/pic2.png);
}
.home-news.home-news2 .title {
  background-image: url(../images/news_title2.png);
}
.home-news.home-news3 {
  background-image: url(../images/pic3.png);
}
.home-news.home-news3 .title {
  background-image: url(../images/news_title3.png);
}
.home-news.home-news4 {
  background-image: url(../images/md/pic4.png);
}
.home-news.home-news4 .title {
  background-image: url(../images/news_title4.png);
}

.home-news.home-en-news1 {
  background-image: url(../images/md/en_index_1.png);
}
.home-news.home-en-news1 .title {
  background-image: url(../images/md/en_title_1.png);
}
.home-news.home-en-news2 {
  background-image: url(../images/md/en_index_2.png);
}
.home-news.home-en-news2 .title {
  background-image: url(../images/md/en_title_2.png);
}
.home-news.home-en-news3 {
  background-image: url(../images/md/en_index_3.png);
}
.home-news.home-en-news3 .title {
  background-image: url(../images/md/en_title_3.png);
}
.home-news.home-en-news4 {
  background-image: url(../images/md/en_index_4.png);
}
.home-news.home-en-news4 .title {
  background-image: url(../images/md/en_title_4.png);
}



.home-news .title {
  height: 53px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8) no-repeat 27px center;
  background-size: 120px auto;
}
.home-news-container .col-xs-12 {
    padding: 0rem;
	margin:0;
  }
.home-news-container .col-xs-12 {
    padding-top: 0.5rem;
  }
/* 超小屏幕（手机，小于 768px） */
/* 没有任何媒体查询相关的代码，因为这在 Bootstrap 中是默认的（还记得 Bootstrap 是移动设备优先的吗？） */
/* 小屏幕（平板，大于等于 768px） */
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
  .home-news-container {
    margin-bottom: 0.5rem;
  }
  .home-news-container .col-md-4 {
    padding: 0.5rem;
  }
  .home-news-container .col-md-4 {
    padding-top: 1rem;
  }
  .home-news {
    padding-top: 135.52%;
  }
  .home-news.home-news1 {
    background-image: url(../images/md/pic1.png);
  }
  .home-news.home-news2 {
    background-image: url(../images/md/pic2.png);
  }
  .home-news.home-news3 {
    background-image: url(../images/md/pic3.png);
  }
  .home-news.home-news4 {
    background-image: url(../images/md/pic4.png);
  }
  .home-news .title {
    background-color: rgba(0, 0, 0, 0);
    background-size: contain;
    background-position: top left;
    top: 1rem;
    left: 1.5rem;
    right: 1.5rem;
    height: 150px;
  }
}
